@charset "utf-8";
@import url("core.css");



.page .a1,.page .prev,.page .next{display:none;}
.page a,.page span{
 display:inline-block;
 padding:5px;
margin:0 3px;
color:#004da1;
font-weight:bold;
transition:all 0.3s;
}

.page a:hover{
background:#004da1;
color:#fff;
}

.page span{
color:#fff;
background:#004da1;
}
/**/
.linkdiv {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	height: 150px;
	background-color: #f2f2f2;
	padding: 0 20px;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 250px;
	position: relative;
	display: flex;
	align-items: center;
}

.linkdiv:nth-child(4n) {
	margin-right: 0;
}

.linkdiv img {
	width: auto;
	margin: 0 auto;
	max-width: 85%;
	align-items: center;
}

.cullist {
	float: left;
    width: 32.4%;
    margin-right: 1.3%;
}

.page-listocon .page-content {
	width: 100%;font-size:16px;
}

.cullist img {
	width: 100%;
}

.cullist .cultit {
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.cullist:nth-child(3n) {
	margin-right: 0;
}

.his-time {
	padding: 3.5%;
	color: #1b1b1b;
	font-size: 27px;
	float: left;
	border-right: 1px dashed #e6e6e6;
	width: 15%;
}

.his-con {
	background-color: #e6e6e6;
	position: relative;
	margin: 1% 0;
	margin-left: 3%;
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 1.6rem;
	padding: 1%;
}

.his-con::before {
	content: " ";
	background: url(/images/ty.png) no-repeat;
	background-size: 18px 18px;
	position: absolute;
	left: -6.3%;
	width: 18px;
	height: 18px;
	display: block;
	top: 38%;
}

.his-con .jtimg {
	position: absolute;
	left: -13px;
	top: 36%;
}

.pro-list {
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1rem;
	transition: all 0.5s;
}

.pro-list:nth-child(3n) {
	margin-right: 0;
}

.p-l-img {
	    overflow: hidden;
    height: 350px;
    align-items: center;
    display: flex;
    border: 1px solid #ccc;
}

.p-l-img img {
	width: 100%;
	display: block;
}

.p-l-con {
	background-color: #e6e6e6;
	color: #1b1b1b;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
    min-height: 65px;
text-align:center;
}

.p-l-con img {
	position: absolute;
	top: 27px;
	right: 20px;
	transition: all 0.5s;
	display: none;
}

.p-l-con:after {
	content: " ";
	width: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #004da1;
	transition: all 0.5s;
}

.pro-list:hover {
	box-shadow: 0px 0px 7px 3px #cdcdcd;
}


.pro-list:hover .p-l-con img {
	display: block;
}

.pro-list:hover .p-l-con:after {
	width: 100%;
}

.pro-list:hover .p-l-con .con-tit {
	color: #fff;
}

.pro-list:hover .p-l-con .con-des {
	color: #fff;
}

.pro-list:hover .con-jt {
	color: #fff;
}


#banner_about {
	position: relative;
	min-height: 16vw;
}

#banner_about #banner-box {
	position: fixed;
    left: 0;
    z-index: -1;
    height: 16vw;
    width: 100%;
    background-position: 0 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 90px;
}

#banner_about img {
	display: block;
	width: 100%;
	height: 100%;
}

#banner_about:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/* background: rgba(0, 0, 0, 0.38); */
	display: block
}

#banner_about .justify-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
}

#page-show {
	background-color: #fff;
	margin-top: -4px;
}



.adv-con {
	background-color: #f2f2f2;
	padding: 5rem 0;
}

.page-tit {
	text-align: center;
	font-size: 26px;
}

.page-tit::after {
	width: 38px;
	height: 2px;
	content: "";
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
	display: block;
	background: #004da1;
}

.adv-cate-list {
	text-align: center;
	margin-bottom: 60px;
}

.adv-cate-list a {
	margin: 0 30px;
	font-size: 18px;
}

.adv-cate-list a:hover,
.adv-cate-list a.active {
	color: #004da1;
}

.adv-list {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
}

.adv-list:hover .adv-list-tit,
.adv-list:hover .adv-list-des {
	color: #004da1;
}

.adv-img {
	overflow: hidden;
height: 13.5vw;
}

.adv-list img {
	display: block;
	width: 100%;
}

.adv-list:nth-child(3n) {
	margin-right: 0;
}

.adv-list .adv-list-tit {
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0;
	transition: all 0.7s;
}

.adv-list .adv-list-des {
	font-size: 16px;
	line-height: 1.7rem;
	color: #848384;
	transition: all 0.7s;
}


.adv-con-box {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 3%;
	box-sizing: border-box;
}

.adv-con-box img {
	max-width: 100%;
}

.adv-con-box p {
	line-height: 1.7rem;
}



.ser-box {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.ser-list {
	display: block;
	background-color: #f2f2f2;
	margin-bottom: 50px;
}

.serimg {
	float: left;
	width: 40%;
	overflow: hidden;
}

.serimg img {
	width: 100%;
}

.ser-con-box {
	float: left;
	width: 60%;
	padding: 3% 10% 3% 5%;
}

.ser-con-box .ser-con-tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ser-con-box .ser-con-tit font {
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	line-height: 1.7rem;
}

.ser-con-box .ser-con-des {
	font-size: 14px;
	color: #888888;
	line-height: 1.7rem;
	margin-bottom: 10px;
}

.ser-con-box .serurl {
	border: 1px solid #014da1;
	color: #014da1;
	font-size: 15px;
	text-align: center;
	padding: 5px 10px;
	transition: all 0.7s;
	width: 130px;
}

.ser-con-box .serurl:hover {
	color: #fff;
	background-color: #014da1;
}


.ser-box img {
	max-width: 100%;
}

.ser-box p {
	line-height: 1.7rem;
}



.news-cate-list a {
	background-color: #e6e6e6;
	padding: 10px 20px;
	color: #000;
	margin: 0 10px;
}

.news-cate-list a:hover,
.news-cate-list a.active {
	background-color: #004da1;
	color: #fff;
}

.news-list {
	margin-bottom: 6%;
}



.news-box-left {
	float: left;
	width: 70%;
}

.news-box-left p {
	line-height: 1.7rem;
}

.news-box-right {
	float: right;
	width: 25%;
}

.news-box-right .sear-box {
	margin-bottom: 40px;
	position: relative;
}

#keyword2 {
	outline: none;
	border: none;
	padding-left: 10px;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 250px;
	border: 1px solid #eee;
}

#sub-img {
	position: absolute;
	left: 224px;
	top: 10px;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url(/images/icon_search.png) no-repeat;
	border: none;
}


.xg-list {
	display: block;
	margin-bottom: 20px;
	transition: all 0.7s;
}

.xg-list:hover div {
	color: #004da1;
}

.xg-list img {
	display: block;
	float: left;
	width: 27%;
	margin-right: 3%;
	padding: 10px 0;
}

.xgtit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.xg-list-tit,
.xg-list-des,
.xg-list-time {
	float: left;
	width: 70%;
	color: #666666;
	margin-bottom: 5px;
	transition: all 0.5s;
}

.xg-list-tit {
	font-size: 16px;
	font-weight: bold;
}

.xg-list-des {
	font-size: 14px;
}

.xg-list-time {
	font-size: 12px;
}


.product-content {
	margin-top: 60px;
}

.content-box {
	margin-bottom: 90px;
}

.product-content .con-tit {
	font-size: 21px;
	font-weight: bold;
}

.product-content .con-con {
	font-size: 16px;
	line-height: 1.8rem;
}

.product-content .con-tit::after {
	width: 38px;
	height: 2px;
	content: "";
	margin-top: 20px;
	display: block;
	background: #004da1;
	margin-bottom: 15px;
}



.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.adv-box .contimg {
	float: left;
	width: 20%;
	padding: 3% 0;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #eee;
	border-right: none;
	min-height: 289px;
}

.adv-box .contimg:last-child {
	border-right: 1px solid #eee;
}

.adv-box .contimg span {
	display: block;
	min-height: 81px;
	margin-bottom: 30px;
}

.contimg .cont-tit {
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 20px;
}

.contimg .contdes {
	line-height: 1.7rem;
}

#contable {
	padding: 5rem 0;
	background-color: #fff;
}

.table-box .t-b-inp {
	float: left;
	width: 30%;
	margin-right: 4.5%;
	border: none;
	outline: none;
	border-bottom: 2px solid #eee;
	display: block;
	font-size: 20px;
	line-height: 45px;
	height: 45px;
}

.table-box .t-b-inp:nth-child(3) {
	margin-right: 0;
}

.t-b-inp.content {
	width: 100%;
	margin-top: 40px;
}

.sub-inp {
	background-color: #fff;
	border: 1px solid #004da1;
	color: #004da1;
	padding: 10 15px;
	text-align: center;
	width: 100px;
	margin: 0 auto;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	font-size: 16px;
	transition: all 0.7s;
}

.sub-inp:hover {
	color: #fff;
	background-color: #004da1;
}


#news-index .w1460 .news-list {
	margin-bottom: 0;
}



.news-box .page-tit {
	width: 70%;
}

.news-box .page-time {
	text-align: center;
	width: 70%;
	margin-bottom: 30px;
}






































* {
	margin: 0;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

html,
body {
	margin: 0 auto;
	min-width: 100%;
}

body {
	overflow-x: hidden
}

body {
	font-family: Arial, 'Microsoft yahei', Helvetica, sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	background: none;
}

/*梓誉首页*/
#adv-index {
	padding: 16rem 0;
	position: relative;
	background-color: #f2f2f2;
	min-height: 657px;
	overflow: hidden;
}

.adv-back {
	position: absolute;
	bottom: 0;
	right: 200px;
}

.advrt {
	float: left;
	width: 50%;
}

.advrt-box {
	width: 68%;
	float: right;
}

.advrt-box .adv_tit {
	font-size: 38px;
	margin-bottom: 25px;
}

.advrt-box .adv_tit::after {
	width: 38px;
	height: 2px;
	content: "";
	margin-top: 20px;
	display: block;
	background: #004da1;
	margin-bottom: 15px;
}

.advrt-box .adv_desc {
	width: 100%;
	/* margin-top: 20px; */
	padding-right: 0;
	color: #666;
	font-size: 15px;
	line-height: 1.7rem;
	float: left;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom: 0;
}



#news-index {
	padding: 40px 0;
}

#news-index .h1_title:after {
	width: 38px;
	height: 2px;
	content: "";
	display: block;
	background: #004da1;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.news-list {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	transition: all 0.7s;
}

.news-list:nth-child(3n) {
	margin-right: 0;
}


.news-list img {
	width: 100%;
	display: block;
}

.news-con {
	margin-top: 20px;
}

.news-list:hover div,
.news-list:hover div p {
	color: #004da1;
}

.news-time {
	float: left;
	color: #808080;
	width: 22%;
}

.news-time .y {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2.5rem;
}

.news-time .m-d {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3rem;
}

.news-t-d {
	float: right;
	width: 77%;
}

.news-t-d .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-t-d .des {
	font-size: 14px;
	color: #464646;
	line-height: 1.4rem;
}

.purl3 {
	font-size: 18px;
	width: 140px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 1px solid #004da1;
	padding: 5px 0;
	color: #004da1;
	margin-top: 50px;
	transition: all 0.7s;
}

.purl3:hover {
	color: #fff;
	background-color: #004da1;
}


.footer li.fmenu229 {
	float: right;
	margin-right: 0;
	font-size: 20px;
	text-align: center;
}

.footer li.fmenu230 {
    margin-right: 4%;
    width: 24%;
    float: right;
}

.fmenu230 .open_p p {
	line-height: 1.5rem;
}

.fmenu230 .open_p p img {
	float: left;
	padding-right: 8px;
	padding-top: 7px;
}

.fmenu230 .open_p p:first-child img {
    padding-bottom: 20px;
}

.icon {
	float: right;
}

.icon a {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 8px;
	text-align: center;
	padding: 6px 0;
}

.icon a:last-child {
	margin-right: 0;
}





/*梓誉首页*/



/*鸿冠重做*/

.list-hide {
	display: none;
}

.list-hide.active {
	display: block !important;
	height: 100%;
	background: rgba(0, 96, 173, 0.5);
	top: 0;
	width: 100%;
	position: absolute;
	top: 0;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 95%;
	left: 2.5%;
}

.list-center .p-h-tit {
	font-size: 30px;
	margin-bottom: 1.5rem;
	font-family: Oswald Medium;
}

.list-center .p-h-tit:after {
	width: 28px;
	height: 3px;
	content: "";
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	background: #fff;
	margin-bottom: 15px;
}

.list-center .p-h-des {
	font-size: 16px;
	line-height: 1.5rem;
	margin-bottom: 2%;
}

.none {
	display: none;
}


#about_index {
	/* background: url(../images/about-back.png) no-repeat;
    background-size: 100% 100%;
    width:100%;
    height: 55vw;
    position: relative; */
	padding: 130px 0;
}



#about_index .video {
	float: left;
	width: 51%;
}

.videothumb {
	position: relative;
}

#about_index .video img {
	display: block;
	width: 100%;
}

.videothumb img {
	max-width: 100%;
	height: auto;
}

.videothumb:after {
    background: url(../images/icon_video.png) no-repeat;
    width: 185px;
    height: 185px;
    position: absolute;
    left: 48%;
    top: 45%;
    margin-left: -35px;
    margin-top: -35px;
    content: "";
}

.aboutrt {
}

.aboutrt .about_tit {
	font-size: 38px;
	margin-bottom: 25px;
}

.aboutrt .about_tit::after {
	width: 38px;
	height: 2px;
	content: "";
	margin-top: 20px;
	display: block;
	background: #004da1;
	margin-bottom: 15px;
}

.prourl2 {
	float: left;
	margin-top: 6%;
	border: 1px solid #004da1;
	padding: 8px 15px;
	color: #004da1;
	font-size: 16px;
	width: 135px;
	transition: all 0.5s;
	text-align: center;
}

.prourl2:hover {
	background-color: #004da1;
	color: #fff;
}


.videothumb iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: #000;
}

.displaynonebs {
	display: none;
}

/*鸿冠重做*/

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}




.w1460 {
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
	padding: 0 20px;
}

.w1500 {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	padding: 0 20px;
}

a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#mobile_height {
	height: 90px;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	z-index: 9999;
	background: #fff;
}

#top,
#top .site-header {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#top,
#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo,
.search_form,
#mobile_height,
#keyword {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#keyword.hover {
	display: inline-block !important;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-header {
	position: relative;
	max-width: 1780px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.site-header .logo {
	display: block;
	float: left;
	width: 305px;
	overflow: hidden;
	position: absolute;
	/* left: 50px; */
	top: 20.5px;
	z-index: 9999
}

.site-header .logo a {
	text-indent: -2000px;
	background: url(../images/logo.png) no-repeat;
	width: 305px;
	height: 58px;
	display: block;
	background-size: 100% 100%
}

#top.scroll .site-header {}

#menu li {
	float: left;
	line-height: 90px;
	padding: 0 5px;
}

nav {
	height: 90px;
	margin-right: 70px;
	float: right;
}

#top.scroll nav {
	height: 60px;
}

#top.scroll #menu li {
	line-height: 60px;
}

#top.scroll #menu li .sub_menu {
	top: 60px;
}


#top.scroll .site-header .logo {
	top: 8px;
	width: 200px;
}

#top.scroll .site-header .logo a {
	width: 200px;
	height: 38px;
}



.language {
	position: absolute;
	top: 31px;
	right: 20px;
	font-size: 17px;
	background-size: 11px 6px;
	background-repeat: no-repeat;
	width: 64px;
	background-position-x: 43px;
	background-position-y: 12px;
	padding-left: 5px;
	line-height: 26px;

}



.language_a {
	position: absolute;
	width: 63px;
	right: 0;
	top: 27px;
}



.language_a a {
	float: left;
	padding: 0px 0px;
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 2.5rem;
	/* border: 1px solid #333; */
	background: #fff;
	border-left: 0;
}

.language a.on {
	border-right: 0;
	border-color: #004da1;
	background: #004da1;
	color: #fff
}

#top.scroll .language {
	top: 16px;
}

.search_form {
	position: absolute;
	right: 85px;
	top: 47px;
}

#top.scroll .search_form {
	top: 22px;
}






#menu {}

#menu .dropdown {}

#menu li a {
	display: block;
	color: #2a2a2a;
	font-size: 16px;
	padding: 0 12px;
	position: relative;
	/* text-transform: uppercase; */
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
}

#menu li.on a {
	/* background: url(../images/v1.png) no-repeat center bottom; */
}

#menu li>a:hover,
#menu li.selected>a {
	/* color: #004da1; */
	border: rgba(233, 155, 49, 0.8);
	color: #004da1;
}

#menu li a:hover:after,
#menu li.selected a:after {
	width: 100%;
	height: 2px;
	background: #004da1;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

#menu li a:hover,
#menu li.selected2 a {
	color: #004da1;
}

#menu li a:hover:after,
#menu li.selected2 a:after {
	width: 100%;
	height: 2px;
	background: #004da1;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

#menu li .sub_menu {
	display: none;
	position: absolute;
	top: 90px;
	background-color: #004da1;
	width: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-animation: atop 0.5s linear;
	-moz-animation: atop 0.5s linear;
	animation: atop 0.5s linear;
}

#menu li .sub_menu ul {
	/* margin: 0 auto;
	float: right; */
	/* width: 100%; */
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	padding: 0px 20px;
}

#menu li ul li a,
#menu li.selected li a {
	color: rgba(255, 255, 255, 0.6);
	padding: 8px 20px;
	/* padding-left: 23px; */
	text-align: left;
	font-size: 16px;
	display: block;
	line-height: normal;
	background: none;
	text-transform: capitalize;
	position: relative
}

#menu li ul li a:before,
#menu li.selected li a:before {
	/* content: "";
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: block;
	position: absolute;
	left: 0;
	top: 10px; */
}

#menu li ul li a:after,
#menu li.selected li a:after {
	display: none
}

#menu li ul li a:hover i {
	display: inline-block
}

#menu li ul li a i {
	display: none;
	color: #0a4c92;
	margin-left: 10px;
}

#menu li ul li a:hover:before,
#menu li.selected li a:hover:before {
	/* background-color: #fff; */
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
	background: #00a0e9;
}

.search_form #submit {
	width: 17px;
	height: 17px;
	background: url(../images/icon_search.png) no-repeat center center;
	background-size: 100% 100%;
	display: block;
	float: right;
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#top.scroll .search_form #submit {
	background: url(../images/icon_search.png) no-repeat center center;
}




.search_form #keyword {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 10px;
	font-size: 12px;
	margin-right: 10px;
	display: none
}

.searh_form_input {
	/* background: #fff; */
	float: left;
	margin-right: 20px;
}

.searh_save {
	float: left;
}

.searh_save .img2 {
	display: none;
}

#top.scroll .searh_save .img2 {
	display: block;
}

#top.scroll .searh_save .img1 {
	display: none;
}

.product_cat {
	color: rgba(255, 255, 255, 1);
	width: 781px;
	margin: 0 auto;
}

#product_cat_79 {
	width: 1005px;
}

#menu li .product_cat a,
.product_cat a {
	color: rgba(255, 255, 255, 1);
	padding-top: 54px;
}

#cat_item_90 {
	width: 401px;
	padding-right: 61px;
	position: relative
}

#cat_item_90:after,
#cat_item_80:after {
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 0px;
}

#cat_item_91 {
	width: 380px;
}

#cat_item_80 {
	width: 475px;
	padding-right: 61px;
	position: relative
}

#cat_item_92 {
	width: 530px;
	float: left
}

.cat_item {
	float: left;
	width: 50%;
}

.cat_item .cat_name {
	display: block;
	float: left;
	text-align: center;
	padding-top: 30px;
	margin-right: 50px;
}

#menu li #cat_item_90 .cat_name,
#cat_item_90 .cat_name {
	width: 64px;
}

#menu li #cat_item_90 .cat_name a,
#cat_item_90 .cat_name a {
	display: block;
	padding: 0;
	line-height: normal;
	background: url(../images/icon_mouse_white.png) no-repeat center top;
	padding-top: 60px;
}

#menu li #cat_item_91 .cat_name,
#cat_item_91 .cat_name {
	width: 104px;
}

#menu li #cat_item_91 .cat_name a,
#cat_item_91 .cat_name a {
	display: block;
	padding: 0;
	line-height: normal;
	background: url(../images/icon_keywords_white.png) no-repeat center top;
	padding-top: 60px;
}

#menu li #cat_item_80 .cat_name,
#cat_item_80 .cat_name {
	width: 64px;
}

#menu li #cat_item_80 .cat_name a,
#cat_item_80 .cat_name a {
	display: block;
	padding: 0;
	line-height: normal;
	background: url(../images/icon_mouse1_white.png) no-repeat center top;
	padding-top: 60px;
}

#menu li #cat_item_92 .cat_name,
#cat_item_92 .cat_name {
	width: 130px;
}

#menu li #cat_item_92 .cat_name a,
#cat_item_92 .cat_name a {
	display: block;
	padding: 0;
	line-height: normal;
	background: url(../images/icon_keywords1_white.png) no-repeat center top;
	padding-top: 60px;
}

.cat_item .cat_fitter {
	display: block;
	float: left;
	width: 220px;
}

#cat_item_80 .cat_fitter,
#cat_item_92 .cat_fitter {
	width: 300px;
}

#product_cat_79 .cat_item .cat_fitter font {
	width: 100px;
	cursor: pointer;
}

.cat_item .cat_fitter font {
	float: left;
	width: 108px;
	position: relative;
	line-height: normal;
	padding: 0;
	margin: 8px 0;
	padding-left: 26px;
}

.cat_item .cat_fitter font:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

.cat_item .cat_fitter small {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

#product_body .cat_item .cat_fitter font.on:before {
	border-color: #004da1;
	background: #004da1;
	color: #4e8880
}

#product_body .cat_item .cat_fitter font.on {
	color: #4e8880
}






@-webkit-keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
}

@keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes l100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@keyframes w100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@-webkit-keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

@keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

#banner {
	position: relative;
	z-index: 800;
}

#banner_carousel {}

#banner {
	position: relative;
	overflow: hidden
}

#banner .item {
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top
}

#banner .item img {
	display: block;
	width: 100%;
	height: auto
}

#banner .title {
	display: none
}

#banner .w_center {
	position: relative
}

#banner .owl-dots {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center
}

#banner .owl-dots div {
	display: inline-block;
	margin: 0 4px;
	height: 15px;
	width: 15px;
	background: #fff;
	border-radius: 50%;
}

#banner .owl-dots div.active {
	background: #004da1;
}

#banner .owl-nav div {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

#banner:hover .owl-nav div {
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8
}

#banner .owl-nav div {
	font-size: 40px;
	text-align: center;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #343c4c;
	padding: 0px;
	height: 60px;
	width: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 9998;
	position: absolute;
	top: 50%;
	margin-top: -20px
}

#banner .owl-nav div.owl-prev {
	left: 25px
}

#banner .owl-nav div.owl-next {
	right: 25px
}

#banner .item b {
	font-size: 46px;
	display: block;
	font-weight: 400;
}

#banner .item p {
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 15px
}

#banner .item span {
	border: 1px solid rgba(255, 255, 2550, .5);
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px 45px;
	cursor: pointer
}

#banner .item span:hover {
	border-color: #fff;
	background: #fff;
	color: #343c4c
}

.h1_title {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 37px;
	color: #2c2c2c;
}

.h1_title span {
	display: block;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold
}

.h2_des {
	text-align: center;
	font-size: 25px;
	color: #004da1;
	margin-bottom: 60px;
}

.h1_title font {}

#home_product {
	background: #fff;
	/* padding: 100px 50px */
}

#product_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #f7f7f7;
	margin-top: 1%;
	margin-bottom: 1%
}

#product_list li,
#product_list li * {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#product_list li:nth-child(4n) {
	margin-right: 0
}

#product_list li .thumb {
	display: block;
	background: #f7f7f7;
	overflow: hidden
}

#product_list li .thumb img {
	display: block;
	width: 100%;
	height: auto
}

#product_list li .text {
	display: block;
	background: #fff;
	position: relative;
	padding-top: 1px;
}

#product_list li .text:before {
	height: 0px;
	width: 0;
	background: #004da1;
	content: "";
	position: absolute;
	left: 7%;
	top: 0;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#product_list li .text a {
	font-size: 18px;
	color: #666;
	display: block;
	padding: 25px 7%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#home_product .pmore {
	text-align: center;
	margin-top: 35px;
}

#home_product .pmore a {
	color: #666;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	padding: 15px 15px;
	width: 205px;
	display: inline-block
}

#home_product .pmore a:hover {
	border-color: #004da1;
	background: #004da1;
	color: #fff
}

#product_list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#product_list li:hover {
	-moz-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
}

#product_list li:hover .text {
	background: #f7f7f7;
}

#product_list li:hover a {
	border-color: #f7f7f7;
}

#product_list li:hover .text:before {
	width: 86%;
}

.product_cat_p {
	text-align: center;
	padding-bottom: 35px;
}

.product_cat_p a {
	margin: 0 15px;
	text-transform: capitalize;
	font-size: 16px;
	color: #8d8d8d
}

.product_cat_p a:hover {
	color: #4e8880
}

#home_about {
	padding: 100px 0px;
	padding-right: 50px;
	background: url(../images/abgg.jpg) repeat-y center center;
	float: left;
	width: 100%
}

.about_thumb {
	width: 58%;
	float: left
}

.about_thumb img {
	display: block;
	width: 100%;
	height: auto
}

.about_desc {
	width: 100%;
	/* margin-top: 20px; */
	padding-right: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.3rem;
	font-family: 'arial';
	float: left;
	letter-spacing: 0.5px;
	text-align: left;
	padding-bottom: 0;
}

.about_desc .h1_title {
	text-align: left
}

#home_about .pmore {
	text-align: left;
	margin-top: 35px;
}

#home_about .pmore a {
	color: #666;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px 15px;
	line-height: normal;
	width: 125px;
	display: inline-block
}

#home_about .pmore a:hover {
	border-color: #004da1;
	background: #004da1;
	color: #fff
}

#home_adv {
	padding: 100px 0;
	float: left;
	width: 100%;
}

#home_adv ul {
	float: left;
	width: 100%;
	position: relative
}

#home_adv ul:before {
	height: 1px;
	background: #e5e5e5;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 990
}

#home_adv li {
	float: left;
	width: 25%;
	padding: 0 50px;
	position: relative;
	z-index: 998;
	color: #666;
}

#home_adv li,
#home_adv li * {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#home_adv li:before {}

#home_adv li:hover:before {}

#home_adv li b {
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase
}

#home_adv li b:after {
	width: 25px;
	height: 2px;
	background: #004da1;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

#home_adv li p {
	display: block;
	margin-top: 15px;
	line-height: 1.6;
	text-align: center;
	overflow: hidden;
	height: 66px;
}

#home_adv li .adv_c {
	padding: 0 60px;
}

#home_adv li i {
	display: block;
	background: url(../images/adv_1.png) no-repeat center center;
	height: 94px;
}

#home_adv li.icon_adv1 i {
	margin-top: 70px;
}

#home_adv li.icon_adv2 i {
	background-image: url(../images/adv_2.png);
	margin-bottom: 87px
}

#home_adv li.icon_adv3 i {
	background-image: url(../images/adv_3.png);
	margin-top: 70px;
}

#home_adv li.icon_adv4 i {
	background-image: url(../images/adv_4.png);
	margin-bottom: 87px
}

.adv_position {
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 990;
	display: block;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.adv_position .adv_ps {
	color: #fff;
	padding: 0 60px;
	background: #4d877f;
	height: 100%;
	display: block;
	text-align: center;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

#home_adv li:hover .adv_position {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

#home_support {
	background: #f7f7f7;
	padding: 100px 0
}

#home_support ul {
	max-width: 1345px;
	margin: 0 auto;
}

#home_support li {
	float: left;
	width: 24%;
	margin-right: 1.333333333333333%;
	background: #fff
}

#home_support li span.thumb {
	display: block;
	overflow: hidden
}

#home_support li span.thumb img {
	display: block;
	width: 100%;
	height: 176px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#home_support li:nth-child(4n) {
	margin-right: 0
}

#home_support li .title {
	padding: 15px;
	line-height: 1.6
}

#home_support li .title b {
	color: #666;
	font-size: 18px;
	display: block;
	font-weight: normal
}

#home_support li .title p {
	color: #666;
	line-height: 1.4;
	display: block;
	padding-top: 5px;
}

#home_support li:hover {
	background: #4d877f;
	color: #fff
}

#home_support li:hover .title b,
#home_support li:hover .title p {
	color: #fff
}

#home_support li,
#home_support li * {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#home_support li:hover span.thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#home_news {
	padding: 100px 0;
	float: left;
	width: 100%
}

.news_ulist {
	max-width: 1345px;
	margin: 0 auto;
}

.news_ntop {
	float: left;
	width: 60%;
	padding-right: 80px;
	position: relative
}

.news_ntop:after {
	height: 100%;
	display: block;
	content: "";
	width: 1px;
	background: #e5e5e5;
	position: absolute;
	right: 40px;
	top: 0
}

.news_ntop .thumb {
	display: block;
	float: left;
	width: 55%;
}

.news_ntop .thumb img {
	display: block;
	width: 100%;
	height: auto
}

.news_ntop .title {
	float: left;
	width: 45%;
	padding-left: 25px;
}

.news_ntop .title b {
	font-size: 16px;
	color: #666;
	line-height: 1.5
}

.news_ntop .title p.time {
	color: #b4b4b4;
	display: block;
	padding-top: 15px;
	margin-bottom: 25px;
}

.news_ntop .title p.desc {
	color: #a2a2a2;
	line-height: 1.4
}

.news_ntop .pmore {
	text-align: left;
	margin-top: 30px;
}

.news_ntop .pmore a {
	color: #666;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px 15px;
	line-height: normal;
	width: 125px;
	display: inline-block
}

.news_ntop .pmore a:hover {
	border-color: #004da1;
	background: #004da1;
	color: #fff
}

.news_lili {
	float: left;
	width: 40%;
}

.news_lili li {
	position: relative;
	padding-left: 100px;
	line-height: 20px;
	margin-bottom: 12px
}

.news_lili li small {
	color: #b4b4b4;
	position: absolute;
	left: 0;
	top: 0;
}

.news_lili li a {
	color: #666;
	line-height: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_lili li a:hover {
	text-decoration: underline
}

.news_lili li a:hover,
.news_ntop .title:hover b {
	color: #4e8880
}

.Validform_checktip {
	margin-left: 0;
	padding: 0px 6px;
	font-size: 12px;
	color: #F00
}

.info {
	border: 1px solid #F00;
	padding: 2px 20px 2px 5px;
	border-radius: 2px;
	color: #F00;
	position: absolute;
	display: none;
	line-height: 20px;
	background-color: #fff;
	margin-top: 10px;
}

.dec {
	bottom: -8px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	width: 17px;
}

.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: -9px;
	width: 17px;
}

.dec .dec1 {
	color: #F00;
}

.dec .dec2 {
	color: #fff;
	top: -10px;
}

.Validform_right {
	display: none
}

footer {
	background: #292929;
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
}

.w1460s {
	width: 100%;
	max-width: 1480px;
	padding: 0 20px;
}

.footer {
	padding: 30px 20px;
	max-width: 1500px;
	margin: 0 auto;
}

.footer li {
		float: left;
		    margin-right: 1%;
		    width: 11%;
	}
	
	.footer li a {
	    color: #fff;
	    text-transform: capitalize;
	    font-size: 13px;
	}
	
	.footer ul>li>a {
	    font-size: 14px;
	    font-weight: normal;
	}
	.footer li a:hover {
		color: #ccc
	}
	
	.footer li b {
		margin-bottom: 10px;
	}
	
	.footer li p {
		margin: 10px 0;
		font-size: 16px;
	}
	
	.footer li b,
	.footer li b a {
		color: #fff;
		/* text-transform: uppercase; */
		display: block;
		font-size: 16px;
	        font-weight: normal;
	}
	
	.footer li.contact {
		float: left;
		margin-right: 0;
		width: 600px;
		/* padding-right: 150px; */
		position: relative;
	}
	
	.footer li.contact p small {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 21px;
	}
	
	
	.footer li.contact p.add,
	.footer li.contact p.tel,
	.footer li.contact p.mobile,
	.footer li.contact p.fax {
		position: relative;
		/* padding-left: 60px; */
		overflow: hidden;
		font-size: 17px;
		color: white;
		line-height: 1.8rem;
	}
	
	
	
	.footer li.contact p.add img,
	.footer li.contact p.tel img,
	.footer li.contact p.mobile img,
	.footer li.contact p.fax img {
		float: left;
		padding-bottom: 0.5rem;
		padding-top: 5px;
		padding-right: 3%;
	}
	
	
	
	.footer li.contact .code {
		display: block;
		width: 120px;
		/* position: absolute;
		right: 0;
		top: 32px; */
		margin-top: 2rem;
		/* filter: alpha(opacity=50);
		-webkit-opacity: .5;
		-moz-opacity: .5;
		-khtml-opacity: .5;
		-ms-opacity: .5;
		-o-opacity: .5;
		opacity: .5 */
	}
	
	.footer li.contact .code img {
		display: block;
		width: 100%;
		height: auto
	}

copyright {
	background: #1e1e1e;
	text-align: left;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
}

copyright span {
	color: #fff;
}

copyright .w1460 {
	padding: 10px 20px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	color: #7e7e7f;

}

copyright .w1460 a {
	color: #fff;
	vertical-align: top;
	font-size: 16px;
}

copyright .w1460 font {
	margin: 0 5px;
}



#scrollTop {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	z-index: 990;
	padding-top: 5px;
	-moz-border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 50px;
	width: 40px;
	position: absolute;
	top: -5px;
	right: 25px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #004da1;
	border-radius: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y.squize {
	width: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y {
	top: 18px
}

div.z {
	top: 37px
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

#menu li a .fa {
	display: none
}


.aboutnum {
	margin-top: 6rem;
}

.a-n-list {
	float: left;
	width: 25%;
	margin-top: 90px;
}



.a-n-list span {
	display: block;
	width: 294px;
	margin: 0 auto;
}

.a-n-list:first-child span {
	margin: 0;
}

.a-n-list img {
	display: block;
	float: left;
}


.a-n-list:first-child img {
	padding-left: 0;
}



.a-n-name p:first-child {
	font-size: 40px;
	font-weight: bold;
	color: #444;
}

.a-n-name p {
	padding-bottom: 20px;
	font-size: 17px;
	color: #777;
	line-height: 2rem;
	font-weight: bold;
}

.p-h-box .img2 {
	display: none;
}


#mobile_height2 {
	display: none;
}




/*  */



.footer li.clear {
	display: none
}

.footer li.odd {
	display: none
}


.all_album {
	display: block;
	text-align: center;
	padding-top: 25px;
	max-width: 1000px;
	margin: 0 auto;
}

.all_album p {
	display: block;
	padding: 10px 0;
}

.all_album a {
	font-size: 18px;
}

.all_album a.on {
	color: #4e8880
}

#kefu_online {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 9999
}

#kefu_online * {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#kefu_online p {
	display: block;
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	padding: 5px 0
}

#kefu_online p a {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 25px;
	background: #004da1;
	position: relative;
}

#kefu_online p a img {
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 550px;
	top: 0;
	border: 1px solid #069fc9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#kefu_online p a:hover img {
	left: -150px;
}

#kefu_online p a:hover {
	background: #069fc9
}


.about-con {
							
				margin-top: 2.5%;
			}
			
			.about-l{
				float: left;
				width: 40%;
			}
			
			
			.aboutimg{
				float: right;
				width: 58%;
				padding-top:100px;
			}
			
			.aboutimg img{
				width: 100%;
				display: block;
			}
			
			.about-con .about_tit {
			    font-size: 35px;
			    margin-bottom: 25px;
			}
			
			.about-con .about_tit::after {
			    width: 38px;
			    height: 2px;
			    content: "";
			    margin-top: 20px;
			    display: block;
			    background: #004da1;
			    margin-bottom: 15px;
			}
			
			.adv-list2 {
			    float: left;
			    width: 48%;
			    margin-right: 4%;
			    margin-bottom: 1%;
			    font-size: 15px;
			}
			
			.adv-list2:nth-child(3){
				margin-right: 0;
			}
			
			.adv-list2 img{
				width: 100%;
				display: block;
				margin-bottom: 7px;
			}
@media screen and (max-width: 1182px) {

	#mobile_height {
		display: block;
	}

	#top.scroll .site-header,
	.site-heade {}

	#top.scroll nav,
	nav {
		height: 60px;
	}

	/* #top.scroll #menu li,
	#menu li {
		line-height: 60px;
	} */

	#mobile_height {
		height: 60px;
	}

	#top.scroll #menu li .sub_menu,
	#menu li .sub_menu {
		top: 60px;
	}

	#top.scroll .language,
	.language {
		top: 18px;
	}

	/* #top.scroll .site-header .logo,
	.site-header .logo {
		top: 8px;
		width: 117px;
	} */

	/* #top.scroll .site-header .logo a,
	.site-header .logo {
		width: 117px;
		height: 40px;
	} */

	#top.scroll .search_form {
		top: 18px;
	}



	.site-header .logo {
		width: 180px;
	}

	.site-header .logo a {
		width: 180px;
		height: 40px;
	}

	.adv-img {
		overflow: hidden;
		height: 24.5vw;
	}

	.about-l {
	    width:100%;
	}

	.aboutimg {
	    display: none;
	}

}

@media screen and (max-width:1780px) {
	#home_adv li .adv_c {
		padding: 0 30px;
	}

	.adv_position {
		padding: 0 30px;
	}

	#home_about {
		padding-left: 0px;
		padding-right: 0;
		padding: 0;
		background: #f5f5f5
	}

	.about_thumb {
		width: 100%
	}



	#home_support ul {
		max-width: none;
		padding-left: 50px;
		padding-right: 50px;
	}

	#home_support li span.thumb img {
		height: 12.19178082191781vw;
	}

	.news_ulist {
		max-width: none;
		padding-left: 50px;
		padding-right: 50px;
	}

	.footer {
		max-width: none;
		padding-left: 50px;
		padding-right: 50px;
	}

	copyright .w1400 {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		line-height: 1.6
	}

	/* .footer li {
		margin-right: 0;
		width: 25%
	} */

	.footer li.contact {
		float: left;
	}
}

@media screen and (max-width:1600px) {



	.about_desc {
		padding-top: 0
	}

	.about_desc .h1_title {
		margin-bottom: 30px;
	}

	#home_adv li {
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (max-width:1488px) {
	.news-time .y {
		font-size: 36px;
	}

	.news-time .m-d {
		font-size: 23px;
	}

	.footer li {
		margin-right: 1.2%;
	}

	.footer li.fmenu230 {
		margin-right: 1%;
		width: 26%;
		float: right;
	}

}

@media screen and (max-width:1280px) {
	.advrt {
		width: 45%;
	}
}

@media screen and (max-width:1220px) {
	.footer li.contact-input {
		float: left;
		margin-top: 4%;
	}

	#product-box {
		padding: 2rem 3%;
	}



	.pro-cat {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}



@media screen and (max-width:1182px) {

	.his-time {
		padding: 7.5% 0;
		color: #1b1b1b;
		font-size: 22px;
		float: left;
		border-right: 1px dashed #e6e6e6;
		width: 18%;
	}

	.his-con {
		background-color: #e6e6e6;
		position: relative;
		margin: 1% 0;
		margin-left: 3%;
		float: left;
		width: 73%;
		font-size: 16px;
		line-height: 1.6rem;
		padding: 1%;
	}


	#link_box {
		display: none;
	}

	.advrt {
		width: 100%;
	}

	.adv-back {
		right: 30px;
	}

	.advrt .prourl2 {
		float: left !important;
	}

	.advrt-box {
		width: 50%;
		float: right;
		float: unset;
		padding: 10px 20px;
		position: relative;
	}

	.advrt-box .adv_desc {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-time .y {
		font-size: 32px;
		line-height: 1.8rem;
	}

	.news-time .m-d {
		font-size: 18px;
		line-height: 1.3rem;
	}

	.fmenu192,
	.fmenu198,
	.fmenu204,
	.fmenu223,
	.fmenu228,
	.fmenu227,
	.fmenu229 {
		display: none;
	}

	.footer li.fmenu230 {
		width: 100%;
		margin: 0;
	}

	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.icon {
		float: left;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}

	#banner_about {
		min-height: unset !important;
	}

	#banner_about #banner-box {
		position: unset !important;
                height: 21vw;
                background: url(/images/about-banner2.jpg)no-repeat;
                background-size: 100% 100%;
	}

	.pro-list {
		width: 48%;
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}

	.pro-list:nth-child(2n) {
		margin-right: 0%;
	}

	.pro-list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.p-l-img img {
		height: 32vw;
	}

	.adv-list {
		float: left;
		width: 48.6%;
		margin-right: 2.6%;
		margin-bottom: 2.6%;
	}


	.adv-list:nth-child(3n) {
		margin-right: 2.6%;
	}

	.adv-list:nth-child(2n) {
		margin-right: 0;
	}


	.adv-con {
		background-color: #f2f2f2;
		padding: 2rem 0 !important;
	}

	.ser-con-box .ser-con-tit font {
		display: none;
	}


	.ser-con-box .ser-con-des {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}



	.news-box .page-tit,
	.news-box .page-time,
	.news-box-left,
	.news-box-right {
		width: 100%;
	}

	.news-box-right {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 2px solid #eee;
	}

	.news-box-right .sear-box {
		display: none;
	}

	.adv-box .contimg {
		width: 100%;
		min-height: unset;
	}

	.adv-box .contimg span {
		float: left;
		padding-left: 20px;
		margin-bottom: 0;
	}

	.adv-box .contimg span img {
		width: 50px;
		margin: 10px;
	}

	#contable {
		padding: 2rem 0;
	}

	.adv-box .contimg {
		border-right: 1px solid #eee;
	}
















	div.burger {
		display: block;
	}

	.site-header {
		width: 100%;
		position: relative;
	}

	.search_form {
		display: none
	}

	.language {
		top: 17px;
		right: 60px;
	}

	/* .language a {
		display: none;
	} */

	.language a.on {
		display: block;
		background: none;
		border: 0;
		color: #0060AD;
		padding: 0;
		width: auto;
		font-size: 14px;
		font-weight: bold
	}

	.site-header {
		height: 60px;
	}

	#top.scroll .site-header .logo,
	.site-header .logo {
		top: 8px;
		left: 2%;
		/* width: 40px; */
	}

	/* .site-header .logo a {
		width: 40px;
		height: 40px;
	} */

	#mobile_height {
		height: 60px;
	}

	#mobile_height2 {
		display: block;
		height: 60px;
	}

	nav {
		z-index: 9998;
		padding-top: 60px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
	}

	#menu {
		background: #0060AD;
		overflow: auto;
		padding: 20px 0
	}

	#menu li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		margin-bottom: 0px;
		line-height: normal;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	#menu li li {
		margin-bottom: 0
	}

	#menu li ul li:last-child {
		border-bottom: 0
	}

	#menu .dropdown {
		width: 100%;
		padding-bottom: 30px
	}

	#menu li a {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		padding: 12px 30px;
		color: #fff;
		font-size: 18px;
		position: relative;
		float: none
	}

	#menu li a .fa {
		position: absolute;
		right: 50px;
		top: 15px;
		display: block
	}

	#menu li .sub_menu {
		position: static;
		background: rgba(0, 0, 0, 0.1);
		width: 100%;
		text-align: left
	}

	#menu li ul li a,
	#menu li.selected li a {
		text-align: left;
		color: #fff;
		border: 0
	}

	#menu li ul li {
		border-color: rgba(255, 255, 255, 0.2)
	}

	#menu li a:hover,
	#menu li.selected a {
		color: #fff;
		background: rgba(0, 0, 0, 0.3)
	}

	#menu li a:hover,
	#menu li.selected2 a {
		color: #fff;
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 50px;
		font-size: 16px;
	}

	#menu li a:after,
	#menu li a:hover:after,
	#menu li.selected a:after {
		display: none
	}

	#menu li ul li a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		color: #fff
	}

	#menu li {
		position: relative
	}

	#menu li * {
		float: none
	}

	#menu li .sub_menu {
		float: left;
		padding: 0
	}

	#menu li ul li {
		padding: 0 0px;
		float: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 15px 50px;
		display: block;
		font-size: 16px;
		padding-left: 43px;
	}

	#menu li ul li a:before,
	#menu li.selected li a:before {
		display: none
	}



	.h1_title {
		font-size: 35px;
	}


			

	#about_index .video {
		width: 100%;
		margin-bottom: 4%;
	}

	#about_index .aboutrt {
		width: 100%;
	    padding: 3rem 20px;
	    box-sizing: border-box;
	    position: unset;
	}

	.about-con {
	    width: 100%;
	    margin-top:0;
	    margin-right: 0;
	    padding: 0 20px;
	    padding-bottom:30px;
	}

	.adv-list2 {
	}

	#about_index .about_desc {
		width: 100%;
	}


	.prourl2 {
		    
    display: block;
    width: 175px;
    background-color: #004da1;
    color: #fff;
    margin-top: 3%;
	}

	.a-n-list {
		float: left;
		width: 50%;
		margin-bottom: 4%;
		max-height: 52px;
	}



	.a-n-list img {
		padding: 0 !important;
		margin-right: 2%;
		box-sizing: border-box;
		padding-right: 2%;
		height: 5vw;
		min-width: 43px;
		min-height: 53px;
	}

	.a-n-list:first-child span {
		margin: 0 auto;
	}

	#about_index {
		padding: 0;
height:auto;
	}


	.p-h-box .img2 {
		display: block;
	}

	.p-h-box .img1 {
		display: none;
	}

	#top {
		background-color: #fff;
	}

	.site-header .logo {
		left: 4% !important;
	}



	.p-h-con .p-h-des {
		max-width: 100%;
	}


	#product_list li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	#product_list li:nth-child(2n) {
		margin-right: 0
	}

	#product_list li .text a {
		padding: 15px 0;
		font-size: 16px;
	}

	#home_support li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	#home_support li:nth-child(2n) {
		margin-right: 0
	}

	#home_support li span.thumb img {
		height: auto
	}

	#home_adv li {
		padding-left: 25px;
	}

	#home_adv li i {
		left: 0px;
		top: 25px;
		width: 100%
	}

	#home_adv li b {
		padding-top: 74px;
		text-align: center;
		line-height: 1.6
	}

	#home_adv li .adv_c * {
		text-align: center
	}

	#home_adv li b:after {
		margin-left: auto;
		margin-right: auto
	}

	#home_support li .title b {
		font-size: 16px;
		font-weight: bold
	}

	#home_support li .title p {
		font-size: 13px;
	}

	.p-h-box:first-child {
		width: 100%;
	}

	.p-h-box img {
		height: auto;
	}

	.p-h-box.small img {
		height: auto;
	}

	.p-h-box {
		width: 50%;
	}


	.p-h-con {
		padding-left: 2%;
		width: 100%;
		padding-top: 23px;

	}

	.p-h-box.small .p-h-con {
		padding-top: 4%;
	}

	.p-h-box.small .p-h-con {
		width: 100%;
	}



	.pro-list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.pro-list:nth-child(2n) {
		margin-right: 0%;
	}



	.p-h-box:nth-child(4) {
		width: 100%;
	}


	#adv-index {
		padding: 11rem 0;
	}
}


@media screen and (max-width:1108px) {
	.news-list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5% !important;
	}

	.news-con {
		margin-top: 10px;
	}
}



@media screen and (max-width:1090px) {
	.news_ntop {
		width: 100%;
		padding-right: 0;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.news_ntop:after {
		display: none
	}

	.news_lili {
		width: 100%
	}

	.news_ntop .thumb {
		width: 40%;
		display: none
	}

	.news_ntop .title {
		width: 100%;
		position: relative;
		margin-bottom: 0;
		padding-top: 0;
		padding-left: 100px;
	}

	.news_ntop .pmore {
		display: none
	}

	.news_ntop .title p.desc {
		display: none
	}

	.news_ntop .title p.time {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	.news_ntop .title b {
		font-weight: normal;
		font-size: 14px;
	}

	.news_lili li a {
		overflow: visible;
		white-space: normal
	}
}

@media screen and (max-width:1000px) {
	.advrt-box {
		width: 60%;
	}

.about-con .about_tit{font-size:25px;}


	.advrt-box .prourl2 {
		margin-top: 2% !important;
	}

	#adv-index {
		padding: 6rem 0;
		min-height: 300px;
	}

	.adv-back {
		right: 30px;
		width: 300px;
		z-index: 1;
		bottom: unset;
		top: 15px;
	}

	#news-index {
		padding: 2rem 0;
	}

	#news-index .h1_title:after {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.purl3 {
		margin-top: 20px;
	}

	.h1_title {
		font-size: 27px;
	}

	.aboutrt .about_tit {
		font-size: 27px;
		margin-bottom: 15px;
	}

	.advrt-box .adv_tit {
		font-size: 27px;
		margin-bottom: 15px;
	}







	#home_adv li {
		float: left;
		width: 50%;
		position: relative;
		padding: 25px 50px;
		padding-left: 150px;
	}

	#home_adv li p {
		height: auto
	}

	#home_adv li.icon_adv1,
	#home_adv li.icon_adv2 {
		border-bottom: 1px solid #ddd;
	}

	#home_adv li.icon_adv1,
	#home_adv li.icon_adv3 {
		border-right: 1px solid #ddd;
	}

	#home_adv li.icon_adv1 i,
	#home_adv li.icon_adv2 i {
		margin-top: 0
	}

	#home_adv li .adv_c {
		padding: 0;
	}

	#home_adv li i {
		margin-top: 0px;
		position: absolute;
		left: 50px;
		top: 25px;
		width: 60px;
		height: 54px;
		background-size: auto 100%
	}

	#home_adv li.icon_adv3 i {
		margin-top: 0
	}

	#home_adv ul:before {
		display: none
	}

	.adv_position {
		display: none
	}

	#home_adv li .adv_c * {
		text-align: left
	}

	#home_adv li b:after {
		margin-left: 0;
		margin-right: 0
	}

	/* #home_product,
	.about_desc,
	#home_adv,
	#home_support,
	#home_news {
		padding-top: 8%;
		padding-bottom: 8%;
	} */

	.h1_title {
		margin-bottom: 25px;
	}

	.product_cat_p a {
		font-size: 14px;
	}

	.h1_title span {
		font-size: 20px;
	}

	/* #home_product,
	.about_desc,
	#home_adv,
	#home_support,
	#home_news {
		padding-top: 50px;
		padding-bottom: 50px;
	} */

	#home_product {
		padding: 0 !important;
	}

	.site-header {
		padding-left: 25px;
		padding-right: 25px;
	}

	.site-header .logo {
		left: 25px;
	}

	div.burger {
		right: 10px
	}

	#top.scroll .language {
		right: 70px;
	}

	/* #banner .owl-dots div {
		width: 40px;
		height: 3px;
	}
 */
	#banner .owl-dots {
		bottom: 15px;
	}

	.product_cat_p {
		padding-bottom: 25px;
	}

	/* 	#home_product,
	.about_desc,
	#home_support ul,
	.news_ulist,
	.footer,
	copyright .w1400 {
		padding-left: 25px;
		padding-right: 25px;
	}
 */
	#home_about .pmore {
		text-align: center;
	}

	#home_about .pmore a {
		width: 205px;
	}

	#home_adv li {
		padding: 25px;
		padding-left: 115px;
	}

	#home_adv li i {
		left: 25px;
	}

	#home_adv li b {
		font-size: 16px;
	}

	#home_support li span.thumb img {
		height: 12.4vw
	}
}

@media screen and (max-width:906px) {
	.p-l-con .con .con-des {
		min-height: 72px;
	}
}


@media screen and (max-width:900px) {
	.footer li {
		width: 33.3333%;
		margin-bottom: 25px;
	}

	.footer li.contact {
		width: 100%;
		margin-bottom: 0
	}

	.footer li.contact-input {
		width: 100%;
		margin-top: 4%;
	}


	.footer li.contact .code {
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width:732px) {

	.advrt-box {
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		padding: 6rem 20px;
		position: relative;
		z-index: 2;
	}

	.advrt-box .adv_desc {
		color: #fff;
	}

	.advrt-box .prourl2 {
		margin-top: 2% !important;
	}

	#adv-index {
		padding: 0;
	}

	.serimg {
		width: 50%;
	}

	.ser-con-box {
		width: 50%;
	}

}

/*  */


@media screen and (max-width:700px) {
	/* .footer li {
		display: none
	} */

	.bigcontent {
		position: relative;
	}

	.proudct_color {
		position: absolute;
		top: -40px;
		text-align: center;
		width: 100%;
		margin-left: -25px;
	}

	.product_pics {
		margin-top: 80px !important;
	}



	.footer li.contact {
		display: block;
		margin-bottom: 0
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer li.contact p.add img {
		padding-bottom: 10%;
	}
}

@media screen and (max-width:627px) {
	.aboutnum {
		display: none;
	}
}



@media screen and (max-width:600px) {

.p-l-img {
    height: 45vw;
}
	.footer li.contact {
		padding-right: 0
	}

	/* .footer li.contact .code {
		display: none
	} */

	/* .pro-list {
		width: 49%;
	}

	.pro-list:nth-child(2n) {
		margin-right: 0;
	}

	.pro-list:nth-child(3n) {
		margin-right: 1%;
	}

	.pro-list:nth-child(4n) {
		margin-right: 1%;
	} */


}


@media screen and (max-width:540px) {

	.serimg {
		width: 35%;
	}

	.ser-list {
		background-color: unset;
		margin-bottom: 10px;
	}

	.ser-con-box {
		width: 61%;
		padding: 1%;
		padding-left: 4%;
	}

	.ser-con-box .ser-con-tit {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.ser-con-box .serurl {
		display: none;
	}

}



@media screen and (max-width:500px) {


.cullist:nth-child(3n) {
    margin-right:4%;
}

.cullist:nth-child(2n) {
    margin-right: 0;
}


	.advrt-box {
		padding:50px 20px;
		position: relative;
		z-index: 2;
	}


	.news-time .y {
		font-size: 20px;
		line-height: unset !important;
		margin-bottom: unset !important;
	}


	.news-time .m-d {
		font-size: 14px;
		line-height: unset !important;
	}

	.adv-list .adv-list-tit {
		font-size: 16px;
		margin: 5px 0;
	}


	.adv-list .adv-list-des {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 12px;
	}

	.table-box .t-b-inp {
		width: 100%;
		margin-right: 0;
		font-size: 14px;
	}
	
	.cont-des {
	    font-size: 12px;
	}







	.p-h-con {
		padding: 0;

	}
	.news_lili li {
		padding-left: 0
	}

	.news_lili li small {
		position: static
	}

	.news_ntop .title p.time {
		position: static
	}

	.news_ntop .title {
		padding-left: 0;
	}

	#home_product .pmore a,
	#home_about .pmore a {
		width: 80%
	}

	#home_adv li b {
		font-size: 14px;
	}

	#home_adv li p {
		display: none
	}

	#home_adv li b:after {
		display: none
	}

	#home_support li .title b {
		font-size: 14px;
		font-weight: bold
	}

	#home_support li .title p {
		display: none
	}

	#home_support li .title {
		padding: 12px
	}

	.product_cat_p {
		display: none
	}

	.contact-input input {
		width: 100%;
		margin-right: 0;
	}

	.footer li b,
	.footer li b a {
		font-size: 16px;
	}
	
	.footer li p {
	    margin: 10px 0;
	    font-size: 14px;
	}
	
	.icpbox {
	    font-size: 14px;
	}
	
	copyright .w1460 a {
	    color: #fff;
	    vertical-align: top;
	    font-size: 14px;
	}
	
	.fmenu230 .open_p p:first-child img {
	    padding-bottom: 60px;
	}

	.footer li.contact p.add,
	.footer li.contact p.tel,
	.footer li.contact p.mobile,
	.footer li.contact p.fax {

		font-size: 14px;
	}

	.p-l-con .con .con-tit {
		font-size: 24px;
	}

	.p-l-con .con .con-des {
		font-size: 14px;
		min-height: 72px;
	}

	.pro-cat a {
		width: 100%;
		padding: 3%;
	}

	.pro-cat a.active,
	.pro-cat a:hover {
		color: white;
		background: #0060AD;
	}

	.p-h-box.small .p-h-con .p-h-tit {
		font-size: 16px;
		line-height: 1.5rem;
	}

	.p-h-con .p-h-des {
		display: none;
	}

	.p-h-con .p-h-tit {
	    font-size: 13px !important;
	}
	
	.p-l-con {
	    font-size: 14px;
	    line-height: 1.5rem;
	    padding: 10px;
	}
	
	#about_index .about_desc {
	    font-size: 12px;
	    line-height: 1.5rem;
	}
	
	#about_index .aboutrt {
	    width: 100%;
	    padding: 20px;
	}
	
	.aboutrt .about_tit {
	    font-size: 22px;
	}
	
	.advrt-box .adv_tit {
	    font-size: 22px;
	}
	
	.advrt-box .adv_desc {
	    color: #fff;
	    font-size: 12px;
	    line-height: 1.5rem;
	}

	.adv-cate-list {
		margin-bottom: 20px;
	}

	.page-tit::after {
		width: 38px;
		height: 2px;
		content: "";
		margin: 0 auto;
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
		background: #004da1;
	}
	
	.adv-con {
	    background-color: #f2f2f2;
	    padding: 20px 0 !important;
	}
	.position {
	    padding: 10px 0;
	}
	
	.page-tit {
	    font-size: 20px;
	}

	.adv-cate-list a {
		margin: 0;
		font-size: 14px;
		width: 100%;
		float: left;
		padding: 10px 0;
	}

	.adv-cate-list a:hover,
	.adv-cate-list a.active {
		color: #fff;
		background-color: #004da1;
	}

	.news-t-d .tit {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 16px;
	}

	.news-t-d .des {
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    font-size: 12px;
	}
	
	.purl3 {
	    font-size: 14px;
	    font-weight: bold;
	}
	
	#news-index {
	    padding: 20px 0;
	}
	
	.h1_title {
	    font-size: 22px;
	}

	.p-h-con-box {
		width: 94%;
	}

	.p-h-box:nth-child(1) .p-h-con-box {
		right: 4.5%;
	}

	.p-h-box:nth-child(4) .p-h-con-box {
		width: 96%;
	}

	.p-h-box:nth-child(4) .p-h-con-box .p-h-con {
		padding-top: 2%;
		padding-left: 0;

	}

	.his-list {
		margin-bottom: 15px;
	}

	.his-time {
	    color: #004da1;
	    font-size: 18px;
	    font-weight: bold;
	    float: left;
	    border: none;
	    width: 100%;
	    padding: 3% 0;
	}

	.his-con {
		width: 100%;
		margin: 0;
		background-color: unset;
		padding: 0;
	}

	.his-con .jtimg {
		display: none;
	}

	.his-con::before {
		display: none;
	}

	.cullist {
		width: 47%;
		margin-right: 4%;
		margin-bottom: 4%;
	}



	.cullist:nth-child(4) {
		margin-right: 0;
	}

	.cullist:nth-child(2n) {
		margin-right: 0;
	}
	
	

}


@media screen and (max-width:676px) {
	.linkdiv {
		width: 49%;
		    margin-right: 2%;
	}
	
	.linkdiv:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {

	/* .p-h-box:first-child .p-h-con .p-h-tit{
		font-size: 24px;
	} */

	/* .p-h-con .p-h-des {
	    font-size: 16px;
	    color: #0060AD
	}
	
	.p-h-box.small .p-h-con .p-h-tit {
	    font-size: 16px;
	} */


	.site-header .logo {
		width: 49px;
	}
}



@media screen and (max-width:370px) {
	.footer li.contact p.add img {
		padding-bottom: 31%;
	}
}
